home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 3
/
Cream of the Crop 3.iso
/
utility
/
ffg155.zip
/
DEMO_BAT.ZIP
/
NOTES.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-10-31
|
360b
|
13 lines
@echo off
cls
echo Here is a listing of "NOTES" files.
echo Press any key to begin searching...
pause >nul
echo on
ffg /p *:*[nt,note]s* /x*[fo,poi,hi,[par,m,cli,ag]e]nts*
@echo off
REM Above is same as:
REM ffg /p *:*nts*,*notes* /x*fonts*,*points*,*parents*,*hints*,*ments*,*clients*
echo Done. Press any key for next demonstration...
pause>nul